Select(Object[]) Method
Selects the menu item according to the specified path.

C# Syntax

void Select( 
   params object[] menuPathParts
)

Parameters

menuPathParts
The tree path parts. This can include the logical name(string), full path(comma-separated strings), or index (0-based).